Skip to content

feat(container)!: Update ghcr.io/grafana/helm-charts/loki ( 6.53.0 ➔ 7.0.0 )#430

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-grafana-helm-charts-loki-7.x
Open

feat(container)!: Update ghcr.io/grafana/helm-charts/loki ( 6.53.0 ➔ 7.0.0 )#430
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-grafana-helm-charts-loki-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 23, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/grafana/helm-charts/loki (source) major 6.53.07.0.0

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

…7.0.0 )

| datasource | package                          | from   | to    |
| ---------- | -------------------------------- | ------ | ----- |
| docker     | ghcr.io/grafana/helm-charts/loki | 6.53.0 | 7.0.0 |
@kreigan-assistant
Copy link
Copy Markdown

--- kubernetes/apps/observability/loki/app Kustomization: observability/loki OCIRepository: observability/loki

+++ kubernetes/apps/observability/loki/app Kustomization: observability/loki OCIRepository: observability/loki

@@ -11,9 +11,9 @@

 spec:
   interval: 10m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 6.53.0
+    tag: 7.0.0
   url: oci://ghcr.io/grafana/helm-charts/loki
 

@kreigan-assistant
Copy link
Copy Markdown

--- HelmRelease: observability/loki StatefulSet: observability/loki

+++ HelmRelease: observability/loki StatefulSet: observability/loki

@@ -45,13 +45,13 @@

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 30
       containers:
       - name: loki
-        image: docker.io/grafana/loki:3.6.5
+        image: docker.io/grafana/loki:3.6.7
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=all
         ports:
         - name: http-metrics
@@ -114,12 +114,14 @@

           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
         volumeMounts:
+        - name: tmp
+          mountPath: /tmp
         - name: sc-rules-volume
           mountPath: /rules
       affinity:
         podAntiAffinity:
           requiredDuringSchedulingIgnoredDuringExecution:
           - labelSelector:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants